body,td,th {
	font-size: 15px;
	color: #555555;
}
body {
	background:#999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 15px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ff3300;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.tdx {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
}
.dh {
	background-image:url(b_4.jpg);
	background-repeat:repeat-x;
}
/*边框样式*/
.tableborder {
	border:1px #515151 solid;
}
.tableborder2 {
	border:3px #cccccc solid;
}
/*表格细线边框*/
.tableborder1 {
	border-collapse:collapse;
	border-color:#eeeeee;
}
.tdtext {
	padding:20px;
	line-height:200%;
}
.tddotted {border-bottom:1px #CCCCCC dotted;}


.pdb{
	padding-bottom:5px;}

.mgb{
margin-bottom:15px;}




a:link.menumain,a:active.menumain,a:visited.menumain {
	text-decoration: none;
	color: #000000;
	font-size:16px;
	display:block;
	width:120px;
	height:50px;
	line-height:50px;
	}
a:hover.menumain {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	display:block;
	width:120px;
	height:50px;
	background:#000066;
	line-height:50px;

	}
.menumain {
	color: #ffffff;
	font-size:16px;
}

a:link.lefttext,a:active.lefttext,a:hover.lefttext,a:visited.lefttext {
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	font-weight:600;
	}
.lefttext {
	color: #ffffff;
	font-size:14px;
	font-weight:600;
}
a:link.tdtitle,a:active.tdtitle,a:hover.tdtitle,a:visited.tdtitle {
	text-decoration: none;
	color: #CF0E0F;
	font-size:24px;
	font-weight:600;
	}
.tdtitle {
	color: #CF0E0F;
	font-size:24px;
	font-weight:600;
}

a:link.blue,a:active.blue,a:hover.blue,a:visited.blue {
	text-decoration: none;
	color: #a40000;
	font-size:14px;
	font-weight:600;
	}
.blue {
	color: #a40000;
	font-size:14px;
	font-weight:600;
}

.wtop a:link,.wtop a:active,.wtop a:hover,.wtop a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size:15px;
	}
.wtop {
	color: #ffffff;
}

a:link.cleft,a:active.cleft,a:hover.cleft,a:visited.cleft {
	text-decoration: none;
	color: #ffffff;
	font-size:12px;
	}
.cleft {
	color: #ffffff;
	font-size:13px;
}

a:link.titletext,a:active.titletext,a:hover.titletext,a:visited.titletext {
	text-decoration: none;
	color: #000000;
	font-size:13px;
	font-weight:600;
	}
.titletext {
	color: #000000;
	font-size:13px;
	font-weight:600;
	letter-spacing: 5px;
}






.ct1 a:link,.ct1 a:active,.ct1 a:hover,.ct1 a:visited {
	text-decoration: none;
	color: #005bac;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:50px;
	}
.ct1 {
	color: #005bac;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:50px;
}
.ct2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:50px;
	color:#000000;
}






a:link.red,a:active.red,a:hover.red,a:visited.red {
	text-decoration: none;
	color: #ff0000;
	}
.red {
	color: #ff0000;
}
a:link.red1,a:active.red1,a:hover.red1,a:visited.red1 {
	text-decoration: none;
	color: #ff0000;
	font-size:14px;
	font-weight:bold;
	}
.red1 {
	color: #ff0000;
}




a:link.white,a:active.white,a:hover.white,a:visited.white {
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	font-weight:600;
	}
.white {
	color: #ffffff;
	font-size:14px;
	font-weight:600;
}
a:link.black,a:active.black,a:hover.black,a:visited.black {
	text-decoration: none;
	color: #000000;
	font-size:13px;
	font-weight:600;
	}
.black {
	color: #000000;
	font-size:13px;
	font-weight:600;
}

/*nav样式*/

#tab{position:relative;}
#tab .tabList ul li{
	float:left;
	background:#fefefe;
	background:-moz-linear-gradient(top, #fefefe, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
	border:1px solid #ccc;
	padding:5px 0;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
}
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:52px;
	border:1px solid #ccc;
	border-top:none;
	margin-left:40px;
	width:1126px;
	height:600px;
}
#tab .tabCon div{
	padding:10px;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#005bac;
	color:#FFFFFF;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}

/*圆角按钮样式*/


.round_button {
				
				display: block;
				font: bold 12px/25px Arial, sans-serif;
				text-decoration: none;
				text-align: center;
				font-size: 1em;
				line-height: 35px;
				width: 125px;
				height: 35px;
				margin: 10px;
				-webkit-border-radius: 15px;
				-moz-border-radius: 15px;
				/* Old Firefox */
				border-radius: 15px;
				-webkit-transition: all 0.15s ease;
				-moz-transition: all 0.15s ease;
				-o-transition: all 0.15s ease;
				-ms-transition: all 0.15s ease;
				transition: all 0.15s ease;
			}
			
			.cblue {
				
				background: #005bac;
				/* Old browsers */
				background: -moz-linear-gradient(top, #005bac 0%, #005bac 100%);
				/* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005bac), color-stop(100%, #005bac));
				/* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #005bac 0%, #005bac 100%);
				/* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #005bac 0%, #005bac 100%);
				/* Opera 11.10+ */
				background: -ms-linear-gradient(top, #005bac 0%, #005bac 100%);
				/* IE10+ */
				background: linear-gradient(top, #005bac 0%, #005bac 100%);
				/* W3C */
			}
			

